mt_getrandmax
Display the maximum possible value of a random number
mt_getrandmax()
displays the maximum possible value of the random number.
<?php echo mt_getrandmax ( ) ; ?>
Try it yourself
mt_getrandmax ( )
Returns the largest random number that can be returned by calling mt_rand()
.